An interface that implements the CloudNimble common pattern for tracking who updated an Entity.
public interface IUpdaterTrackable<T> where T : struct
T? UpdatedById { get; set; }
T?